home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIP Turkiye Mayıs 1998.iso
/
grafik
/
95NEOBOK
/
NBW30.EXE
/
NeoBook.exe
/
0
/
RCDATA
/
TFINDFORM
/
TFINDFORM.txt
Wrap
Text File
|
1997-02-27
|
1KB
|
65 lines
object FindForm: TFindForm
Left = 375
Top = 117
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Find'
ClientHeight = 92
ClientWidth = 388
Font.Color = clBtnText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 15
object Prompt: TLabel
Left = 8
Top = 16
Width = 58
Height = 15
Caption = '&Find What:'
FocusControl = SearchEdit
end
object SearchEdit: TEdit
Left = 72
Top = 12
Width = 305
Height = 23
MaxLength = 45
TabOrder = 0
OnChange = SearchEditChange
end
object FindBtn: TButton
Left = 60
Top = 56
Width = 84
Height = 28
Caption = 'Find &First'
Default = True
TabOrder = 1
OnClick = FindBtnClick
end
object NextBtn: TButton
Left = 152
Top = 56
Width = 84
Height = 28
Caption = 'Find &Next'
TabOrder = 2
OnClick = NextBtnClick
end
object CloseBtn: TButton
Left = 244
Top = 56
Width = 84
Height = 28
Cancel = True
Caption = 'Close'
TabOrder = 3
OnClick = CloseBtnClick
end
end